From bbfa63024e487638a726e761003b5117efbb0653 Mon Sep 17 00:00:00 2001 From: Alastair Tse Date: Thu, 21 Dec 2006 12:08:27 +0000 Subject: [PATCH] [XEND] Add cpu_weight and cpu_cap parsing for SXP config create Reported by Masaki Kanno on : http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=835 Signed-off-by: Alastair Tse --- tools/python/xen/xend/XendConfig.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/python/xen/xend/XendConfig.py b/tools/python/xen/xend/XendConfig.py index 8dd17c4329..4f347745f2 100644 --- a/tools/python/xen/xend/XendConfig.py +++ b/tools/python/xen/xend/XendConfig.py @@ -715,6 +715,8 @@ class XendConfig(dict): _set_cfg_if_exists('on_xend_start') _set_cfg_if_exists('vcpu_avail') _set_cfg_if_exists('max_vcpu_id') # needed for vcpuDomDetails + _set_cfg_if_exists('cpu_weight') + _set_cfg_if_exists('cpu_cap') # Parse and store runtime configuration _set_cfg_if_exists('start_time') -- 2.30.2